home *** CD-ROM | disk | FTP | other *** search
/ The CICA Windows Explosion! / The CICA Windows Explosion! - Disc 2.iso / nt / ntkb.zip / NTKB.EXE / Q106 / 7 / 11.TXT next >
Text File  |  1993-11-24  |  4KB  |  100 lines

  1. DOCUMENT:Q106711  23-NOV-1993  [W_NT]
  2. TITLE   :Err Msg: Backup: NTBACKUP.EXE - Application Error
  3. PRODUCT :Windows NT
  4. PROD/VER:3.10
  5. OPER/SYS:WINDOWS
  6. KEYWORDS:
  7.  
  8. ----------------------------------------------------------------------
  9. The information in this article applies to:
  10.  
  11.  - Microsoft Windows NT operating system version 3.1
  12.  - Microsoft Windows NT Advanced Server version 3.1
  13. ----------------------------------------------------------------------
  14.  
  15. SYMPTOMS
  16. ========
  17.  
  18. When you use a batch file to back up directories, you will receive the
  19. following error message:
  20.  
  21.    Backup: NTBACKUP.EXE - Application Error
  22.    The instruction at ôXxXXXXXXXXö referenced memory at ôXxXXXXXXXXö.
  23.    The memory could not be ôreadö.
  24.  
  25.    Click on OK to terminate the application
  26.    Click on CANCEL to debug the application
  27.  
  28. CAUSE
  29. =====
  30.  
  31. The above error message occurs when a line in a batch file (that calls
  32. NTBACKUP) contains a directory list that exceeds 282 characters.
  33.  
  34. For example, the file BACK.BAT contains the following lines:
  35.  
  36.    ntbackup backup d:\one\ d:\two\ d:\three\ d:\four\ d:\five\
  37.    d:\six\ d:\seven\  d:\eight\eight\ d:\nine\nine\nine d:\ten\
  38.    d:\eleven\ d:\twelve\ d:\thirteen\ d:\fourteen\ d:\sixteen\
  39.    d:\seventeen\ d:\eighteen\ d:\nineteen\ d:\twenty d:\twentyone\
  40.    d:\twentytwo\ d:\twentythree\ d:\twentyfour\ d:\twentyfive\
  41.    d:\twentysix\ d:\twentyseven\
  42.  
  43. This file has more than 282 characters on the backup line and will causes
  44. the error message.
  45.  
  46. RESOLUTION
  47. ==========
  48.  
  49. There are three possible workarounds to this problem:
  50.  
  51.  - Decrease the number of characters in the line to 282 characters or less.
  52.  
  53.    -or-
  54.  
  55.  - Use the Backup application from the Administrative Tools group to
  56.    initiate the backup.
  57.  
  58.    -or-
  59.  
  60.  - Split the line up into 2 lines or more.
  61.  
  62. For example, the file BACK.BAT contains the following lines:
  63.  
  64.    ntbackup backup d:\one\ d:\two\ d:\three\ d:\four\ d:\five\
  65.    d:\six\ d:\seven\  d:\eight\eight\ d:\nine\nine\nine d:\ten\
  66.    d:\eleven\ d:\twelve\ d:\thirteen\ d:\fourteen\ d:\sixteen\
  67.    d:\seventeen\ d:\eighteen\ d:\nineteen\ d:\twenty d:\twentyone\
  68.    d:\twentytwo\ d:\twentythree\ d:\twentyfour\ d:\twentyfiveseven\
  69.  
  70.     ntbackup backup d:\one\ d:\two\ d:\three\ d:\four\ d:\five\ d:\six\
  71.     d:\seven\  d:\eight\eight\ d:\nine\nine\nine d:\ten\ d:\eleven\
  72.     d:\twelve\ d:\thirteen\ d:\fourteen\ d:\sixteen\
  73.  
  74. STATUS
  75. ======
  76.  
  77. Microsoft has confirmed this to be a problem in Windows NT and Windows NT
  78. Advanced Server version 3.1. We are researching this problem and will post
  79. new information here in the Microsoft Knowledge Base as it becomes
  80. available.
  81.  
  82. Additional reference words: 3.10
  83. KBCategory:
  84. KBSubCategory: ntap
  85.  
  86. =============================================================================
  87.  
  88. THE INFORMATION PROVIDED IN THE MICROSOFT KNOWLEDGE BASE IS
  89. PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND.  MICROSOFT DISCLAIMS
  90. ALL WARRANTIES, EITHER EXPRESS OR IMPLIED, INCLUDING THE WARRANTIES
  91. OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.  IN NO
  92. EVENT SHALL MICROSOFT CORPORATION OR ITS SUPPLIERS BE LIABLE FOR
  93. ANY DAMAGES WHATSOEVER INCLUDING DIRECT, INDIRECT, INCIDENTAL,
  94. CONSEQUENTIAL, LOSS OF BUSINESS PROFITS OR SPECIAL DAMAGES, EVEN IF
  95. MICROSOFT CORPORATION OR ITS SUPPLIERS HAVE BEEN ADVISED OF THE
  96. POSSIBILITY OF SUCH DAMAGES.  SOME STATES DO NOT ALLOW THE EXCLUSION
  97. OR LIMITATION OF LIABILITY FOR CONSEQUENTIAL OR INCIDENTAL DAMAGES
  98. SO THE FOREGOING LIMITATION MAY NOT APPLY.
  99.  
  100. Copyright Microsoft Corporation 1993.